LinqConnect Documentation
Devart.Data.Linq Namespace / Table<TEntity> Class
Properties Methods

In This Topic
    Table<TEntity> Class Members
    In This Topic

    The following tables list the members exposed by Table<TEntity>.

    Public Properties
     NameDescription
    Public PropertyGets the DataContext that has been used to retrieve this Table(TEntity).  
    Public PropertyGets a value that indicates the value of ObjectTrackingEnabled in the DataContext that has been used to retrieved this Table. (Inherited from Devart.Data.Linq.Table)
    Public PropertyReturns a collection of the entities attached to the context.  
    Top
    Public Methods
     NameDescription
    Public MethodOverloaded. Attaches an entity to the DataContext.  
    Public MethodOverloaded.   
    Public Method  
    Public MethodPuts an entity from this table into a pending delete state.  
    Public MethodReturns the state of the given entity. (Inherited from Devart.Data.Linq.Table)
    Public MethodGets an enumerator for the collection.  
    Public MethodReturns an array of modified members that contain their current and original values.  
    Public MethodProvides the features required to support binding to a data source.  
    Public MethodReturns an instance that contains the original state of the entity.  
    Public Method  
    Public MethodAdds an entity in a pending insert state to this Table(TEntity).  
    Public MethodOverloaded. Specifies which sub-objects to retrieve when a query is submitted.  
    Public MethodPublic Overrides Function ToString As String  
    Top
    See Also